From: Eli Zaretskii Date: Sun, 12 Jul 2009 19:41:26 +0000 (+0000) Subject: (desktop-buffers-not-to-save): Remove ".log". (Bug#3833) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11505 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=25d3a5f05c309a7e14348ffcb5ca5dac4b413877;p=emacs.git (desktop-buffers-not-to-save): Remove ".log". (Bug#3833) --- diff --git a/lisp/desktop.el b/lisp/desktop.el index 1085356b85f..aae6b971202 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el @@ -336,7 +336,7 @@ modes are restored automatically; they should not be listed here." ;; We skip .log files because they are normally temporary. ;; (ftp) files because they require passwords and whatnot. (defcustom desktop-buffers-not-to-save - "\\(^nn\\.a[0-9]+\\|\\.log\\|(ftp)\\)$" + "\\(^nn\\.a[0-9]+\\|(ftp)\\)$" "Regexp identifying buffers that are to be excluded from saving." :type 'regexp :group 'desktop)